home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Leser 15
/
Amiga Plus Leser CD 15.iso
/
Games
/
WormWars
/
Source
/
qdraw020.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-03-12
|
370b
|
14 lines
/* qdraw020.h */
struct QDPlaneInfo
{
PLANEPTR pi_Planes[4]; /* ScreenPtr->RastPort.BitMap->Planes[] */
ULONG pi_BPR,pi_PlaneSZ; /* bitmap->BytesPerRow, BPR*rows */
};
/* qdraw020.o */
void __regargs qdraw020(struct QDPlaneInfo *pi,LONG x,LONG y,WORD *data);
/* qdraw020iso.o */
void __regargs qdraw020iso(struct QDPlaneInfo *pi,LONG x,LONG y,WORD *data);